ASP.NET Core MVC コントロールヘルプ
HeaderFormat メソッド (MultiSelectBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > MultiSelectBuilder<T> クラス : HeaderFormat メソッド
The value.
Configurates C1.Web.Mvc.MultiSelect<T>.HeaderFormat. Sets the format string used to create the header content when the control has more than MaxHeaderItems items checked.
シンタックス
'宣言
 
Public Function HeaderFormat( _
   ByVal value As System.String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> HeaderFormat( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The format string may contain the '{count}' replacement string which gets replaced with the number of items currently checked. The default value for this property in the English culture is '{count:n0} items selected'.
参照

MultiSelectBuilder<T> クラス
MultiSelectBuilder<T> メンバ